Subscription
interface Subscription
A subscription returns from on to allow unsubscribing.
Functions
Link copied to clipboard
Returns
true
if this Subscription
is currently unsubscribed.Link copied to clipboard
Stops the receipt of notifications on the Observable that was registered when this
Subscription
was received.